This Windows-only function converts a UTF-8 string to the multibyte representation of that string in the operating system's default encoding.
Note: The output encoding is the system default Windows ANSI code page.
For more information, see Internationalizing Code.
Multibyte_String = I18N_UTF8TOMULTIBYTE(UTF8_String)
Returns a multibyte representation of a UTF-8 string.
The UTF-8 string to be converted.
None
8.1 | Introduced |
I18N_MULTIBYTETOUTF8, I18N_MULTIBYTETOWIDECHAR, I18N_WIDECHARTOMULTIBYTE